Skip to content

fix: Update dependencies#885

Merged
Roopan-Microsoft merged 60 commits into
devfrom
PSL-US-40568
Apr 21, 2026
Merged

fix: Update dependencies#885
Roopan-Microsoft merged 60 commits into
devfrom
PSL-US-40568

Conversation

@AjitPadhi-Microsoft
Copy link
Copy Markdown
Contributor

@AjitPadhi-Microsoft AjitPadhi-Microsoft commented Apr 20, 2026

Purpose

  • This pull request primarily updates dependencies in both the frontend (src/App/package.json) and backend (src/api/requirements.txt) to their latest versions. These updates include libraries related to Azure, testing, D3, Chart.js, OpenTelemetry, and others, which should provide bug fixes, new features, and security improvements.

Frontend dependency updates:

  • Upgraded several frontend libraries including @azure/msal-browser, @azure/msal-react, @fluentui/react, @fluentui/react-components, @fluentui/react-icons, and @testing-library packages to their latest versions. This should improve compatibility and stability for authentication, UI components, and testing.
  • Updated D3 and Chart.js related packages (d3-cloud, chart.js, lodash-es) for improved visualization support and bug fixes.
  • Added the scheduler package and updated web-vitals to the latest version for better performance monitoring and scheduling.

Backend dependency updates:

  • Updated core backend packages including python-dotenv, fastapi, uvicorn, pydantic[email], azure-core, requests, and aiohttp to newer versions for improved performance, security, and compatibility.
  • Upgraded Azure SDK-related packages such as azure-identity and azure-search-documents to ensure continued support for Azure services.
  • Updated OpenTelemetry and Azure monitoring packages (opentelemetry-exporter-otlp-proto-grpc, opentelemetry-exporter-otlp-proto-http, opentelemetry-sdk, opentelemetry-api, opentelemetry-semantic-conventions, opentelemetry-instrumentation, azure-monitor-opentelemetry) to the latest versions for enhanced observability and tracing.
  • Upgraded openai and pandas to the latest versions for improved AI integration and data processing capabilities.
  • Updated development and testing tools (pytest, pytest-cov) to their latest versions for better testing support.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

Roopan-Microsoft and others added 30 commits February 21, 2026 00:11
docs: Update README with AI and Data playbook links
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.5.0 to 6.7.1.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.5.0...6.7.1)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.7.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.6 to 6.14.0.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.12.6...v6.14.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.2...v1.13.5)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps  and [minimatch](https://github.com/isaacs/minimatch). These dependencies needed to be updated together.

Updates `minimatch` from 3.1.2 to 3.1.3
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.3)

Updates `minimatch` from 5.1.6 to 5.1.7
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.3
  dependency-type: indirect
- dependency-name: minimatch
  dependency-version: 5.1.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…#782)

* Update Troubleshoot doc

* Fixed the tag issue

* Call the variable outside the resource

* docs: Update README with AI and Data playbook links

Added links to AI and Data Engineering playbooks for best practices.

* Regenerated the main.json file

* build: bump pypdf from 6.6.2 to 6.7.2 in /infra/scripts/index_scripts

Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.7.2.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.6.2...6.7.2)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.7.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Niraj Chaudhari (Persistent Systems Inc) <v-nirajcha@microsoft.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Co-authored-by: Prekshith D J (Persistent Systems Inc) <v-pdj@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>
Co-authored-by: Avijit-Microsoft <v-aghorui@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update Troubleshoot doc

* Fixed the tag issue

* Call the variable outside the resource

* docs: Update README with AI and Data playbook links

Added links to AI and Data Engineering playbooks for best practices.

* Regenerated the main.json file

* Migrated GitHub Actions authentication from client secrets to OIDC

* Add Azure re-authentication steps to refresh OIDC token in deployment workflows

* combined Ubuntu & Windows workflows into a single pipeline

* build: bump rollup from 2.79.2 to 2.80.0 in /src/App

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.2 to 2.80.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.2...v2.80.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 2.80.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Niraj Chaudhari (Persistent Systems Inc) <v-nirajcha@microsoft.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Co-authored-by: Prekshith D J (Persistent Systems Inc) <v-pdj@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>
Co-authored-by: Avijit-Microsoft <v-aghorui@microsoft.com>
Co-authored-by: Vamshi-Microsoft <v-vamolla@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ci: Migrated GitHub Actions authentication from client secrets to OIDC and combined Ubuntu & Windows workflows into a single pipeline
Bumps  and [minimatch](https://github.com/isaacs/minimatch). These dependencies needed to be updated together.

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

Updates `minimatch` from 5.1.6 to 5.1.9
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
- dependency-name: minimatch
  dependency-version: 5.1.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
ci: Migrated GitHub Actions authentication from client secrets to OIDC and combined Ubuntu & Windows workflows into a single pipeline
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.7.3.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.6.2...6.7.3)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.7.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the frontend-deps group in /src/App with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@fluentui/react](https://github.com/microsoft/fluentui) | `8.125.4` | `8.125.5` |
| [@azure/msal-react](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `3.0.25` | `5.0.5` |
| [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) | `4.28.1` | `5.3.0` |
| [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) | `2.0.318` | `2.0.320` |
| [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.72.11` | `9.73.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.1` | `25.3.3` |
| [axios](https://github.com/axios/axios) | `1.13.5` | `1.13.6` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.28` | `19.2.14` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.2.4` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.7` | `19.2.3` |
| [typescript](https://github.com/microsoft/TypeScript) | `4.9.5` | `5.9.3` |


Updates `@fluentui/react` from 8.125.4 to 8.125.5
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react_v8.125.4...@fluentui/react_v8.125.5)

Updates `@azure/msal-react` from 3.0.25 to 5.0.5
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-react-v3.0.25...msal-node-v5.0.5)

Updates `@azure/msal-browser` from 4.28.1 to 5.3.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v4.28.1...msal-browser-v5.3.0)

Updates `@fluentui/react-icons` from 2.0.318 to 2.0.320
- [Changelog](https://github.com/microsoft/fluentui-system-icons/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/fluentui-system-icons/commits)

Updates `@fluentui/react-components` from 9.72.11 to 9.73.1
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.11...@fluentui/react-components_v9.73.1)

Updates `@types/node` from 25.2.1 to 25.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `axios` from 1.13.5 to 1.13.6
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.5...v1.13.6)

Updates `react` from 18.3.1 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `@types/react` from 18.3.28 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.3.1 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `@types/react-dom` from 18.3.7 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `typescript` from 4.9.5 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.5...v5.9.3)

---
updated-dependencies:
- dependency-name: "@fluentui/react"
  dependency-version: 8.125.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: "@azure/msal-react"
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: "@azure/msal-browser"
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: "@fluentui/react-icons"
  dependency-version: 2.0.320
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: "@fluentui/react-components"
  dependency-version: 9.73.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: "@types/node"
  dependency-version: 25.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: axios
  dependency-version: 1.13.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: "@types/react-dom"
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: frontend-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the index-scripts-deps group in /infra/scripts/index_scripts with 4 updates: [openai](https://github.com/openai/openai-python), [pypdf](https://github.com/py-pdf/pypdf), [azure-identity](https://github.com/Azure/azure-sdk-for-python) and [pandas](https://github.com/pandas-dev/pandas).


Updates `openai` from 2.16.0 to 2.24.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.16.0...v2.24.0)

Updates `pypdf` from 6.7.3 to 6.7.4
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.7.3...6.7.4)

Updates `azure-identity` from 1.25.1 to 1.25.2
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-identity_1.25.1...azure-identity_1.25.2)

Updates `pandas` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: index-scripts-deps
- dependency-name: pypdf
  dependency-version: 6.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: index-scripts-deps
- dependency-name: azure-identity
  dependency-version: 1.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: index-scripts-deps
- dependency-name: pandas
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: index-scripts-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the backend-deps group in /src/api with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [cachetools](https://github.com/tkem/cachetools) | `6.2.6` | `7.0.1` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.128.0` | `0.135.0` |
| [uvicorn[standard]](https://github.com/Kludex/uvicorn) | `0.40.0` | `0.41.0` |
| [pydantic[email]](https://github.com/pydantic/pydantic) | `2.11.10` | `2.12.5` |
| [azure-core](https://github.com/Azure/azure-sdk-for-python) | `1.38.0` | `1.38.2` |
| [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.25.1` | `1.25.2` |
| [azure-cosmos](https://github.com/Azure/azure-sdk-for-python) | `4.14.5` | `4.15.0` |
| [semantic-kernel[azure]](https://github.com/microsoft/semantic-kernel) | `1.39.2` | `1.39.4` |
| [openai](https://github.com/openai/openai-python) | `1.99.0` | `2.24.0` |
| [pandas](https://github.com/pandas-dev/pandas) | `3.0.0` | `3.0.1` |
| [opentelemetry-exporter-otlp-proto-grpc](https://github.com/open-telemetry/opentelemetry-python) | `1.39.0` | `1.39.1` |
| [opentelemetry-exporter-otlp-proto-http](https://github.com/open-telemetry/opentelemetry-python) | `1.39.0` | `1.39.1` |
| [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python) | `1.39.0` | `1.39.1` |
| [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python) | `1.39.0` | `1.39.1` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) | `0.60b0` | `0.60b1` |
| [opentelemetry-instrumentation](https://github.com/open-telemetry/opentelemetry-python-contrib) | `0.60b0` | `0.60b1` |
| [azure-monitor-opentelemetry](https://github.com/Azure/azure-sdk-for-python) | `1.8.3` | `1.8.6` |


Updates `cachetools` from 6.2.6 to 7.0.1
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v6.2.6...v7.0.1)

Updates `fastapi` from 0.128.0 to 0.135.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.128.0...0.135.0)

Updates `uvicorn[standard]` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.40.0...0.41.0)

Updates `pydantic[email]` from 2.11.10 to 2.12.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.10...v2.12.5)

Updates `azure-core` from 1.38.0 to 1.38.2
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-core_1.38.0...azure-core_1.38.2)

Updates `azure-identity` from 1.25.1 to 1.25.2
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-identity_1.25.1...azure-identity_1.25.2)

Updates `azure-cosmos` from 4.14.5 to 4.15.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-cosmos_4.14.5...azure-cosmos_4.15.0)

Updates `semantic-kernel[azure]` from 1.39.2 to 1.39.4
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@python-1.39.2...python-1.39.4)

Updates `openai` from 1.99.0 to 2.24.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.99.0...v2.24.0)

Updates `pandas` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v3.0.0...v3.0.1)

Updates `opentelemetry-exporter-otlp-proto-grpc` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.0...v1.39.1)

Updates `opentelemetry-exporter-otlp-proto-http` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.0...v1.39.1)

Updates `opentelemetry-sdk` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.0...v1.39.1)

Updates `opentelemetry-api` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/v1.39.1/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.39.0...v1.39.1)

Updates `opentelemetry-semantic-conventions` from 0.60b0 to 0.60b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python/commits)

Updates `opentelemetry-instrumentation` from 0.60b0 to 0.60b1
- [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits)

Updates `azure-monitor-opentelemetry` from 1.8.3 to 1.8.6
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-monitor-opentelemetry_1.8.3...azure-monitor-opentelemetry_1.8.6)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-deps
- dependency-name: fastapi
  dependency-version: 0.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-deps
- dependency-name: uvicorn[standard]
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-deps
- dependency-name: pydantic[email]
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-deps
- dependency-name: azure-core
  dependency-version: 1.38.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: azure-identity
  dependency-version: 1.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: azure-cosmos
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-deps
- dependency-name: semantic-kernel[azure]
  dependency-version: 1.39.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: openai
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend-deps
- dependency-name: pandas
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: opentelemetry-exporter-otlp-proto-grpc
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: opentelemetry-exporter-otlp-proto-http
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: opentelemetry-sdk
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: opentelemetry-api
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
- dependency-name: opentelemetry-semantic-conventions
  dependency-version: 0.60b1
  dependency-type: direct:production
  dependency-group: backend-deps
- dependency-name: opentelemetry-instrumentation
  dependency-version: 0.60b1
  dependency-type: direct:production
  dependency-group: backend-deps
- dependency-name: azure-monitor-opentelemetry
  dependency-version: 1.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the github-actions group with 4 updates: [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action), [codfish/semantic-release-action](https://github.com/codfish/semantic-release-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `tj-actions/changed-files` from 47.0.1 to 47.0.4
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@e002140...7dee1b0)

Updates `lycheeverse/lychee-action` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@v2.7.0...v2.8.0)

Updates `codfish/semantic-release-action` from 4 to 5
- [Release notes](https://github.com/codfish/semantic-release-action/releases)
- [Changelog](https://github.com/codfish/semantic-release-action/blob/main/RELEASE_NOTES_V5.md)
- [Commits](codfish/semantic-release-action@v4...v5)

Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-version: 47.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: codfish/semantic-release-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…#791)

* Update Troubleshoot doc

* Fixed the tag issue

* Call the variable outside the resource

* docs: Update README with AI and Data playbook links

Added links to AI and Data Engineering playbooks for best practices.

* Regenerated the main.json file

* Migrated GitHub Actions authentication from client secrets to OIDC

* Add Azure re-authentication steps to refresh OIDC token in deployment workflows

* combined Ubuntu & Windows workflows into a single pipeline

* build: bump pypdf from 6.6.2 to 6.7.4 in /infra/scripts/index_scripts

Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.7.4.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.6.2...6.7.4)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.7.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Niraj Chaudhari (Persistent Systems Inc) <v-nirajcha@microsoft.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Co-authored-by: Prekshith D J (Persistent Systems Inc) <v-pdj@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>
Co-authored-by: Avijit-Microsoft <v-aghorui@microsoft.com>
Co-authored-by: Vamshi-Microsoft <v-vamolla@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.7.5.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.6.2...6.7.5)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.7.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
docs: Include note for azd version 1.23.9 in deployment guide
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.9.1.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.6.2...6.9.1)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.9.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
docs: Include note for azd version 1.23.9 in deployment guide
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.4 to 3.4.2.
- [Commits](WebReflection/flatted@v3.3.4...v3.4.2)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
ci: refactor notification email templates
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #828 from microsoft/psl-refactor-email

ci: refactor notification email templates

* chore(deps): bump picomatch from 2.3.1 to 2.3.2 in /src/App

Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.9.2.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.6.2...6.9.2)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.9.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Roopan-Microsoft and others added 9 commits April 15, 2026 01:46
chore: dev to main - Refactor Azure workflows and add Bicep parameter validation
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.2...9.0.3)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…scripts (#874)

* commit psl

* commit

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Refactor Azure OpenAI configuration and remove deprecated parameters

- Updated main.parameters.json and main.waf.parameters.json to replace old Azure OpenAI parameters with new environment variables.
- Modified main_custom.bicep to remove unused Azure OpenAI API version and adjust output variables accordingly.
- Refactored process_custom_data.sh and process_sample_data.sh scripts to use new environment variable names for embedding model and deployment model.
- Removed Azure OpenAI related configurations from .env.sample and config.py.
- Deleted azure_openai_helper.py and chat_helper.py as they are no longer needed.
- Updated tests to reflect changes in Azure OpenAI configuration and removed tests for deleted helper functions.

* Refactor Azure environment variable names for consistency and clarity

- Changed `AZURE_ENV_OPENAI_LOCATION` to `AZURE_ENV_AI_SERVICE_LOCATION` across multiple workflow files for better alignment with service naming.
- Updated validation and usage references in deployment workflows to reflect the new variable names.
- Modified documentation to reflect changes in environment variable names.
- Adjusted Bicep and JSON templates to use the new variable names for image tags and use cases.
- Ensured all scripts and automation processes reference the updated variable names for seamless integration.

* fix: correct conditional logic for EXP parameter enabling in deployment script

* fix: update environment variable name for existing AI project resource ID

* Update embedding model from text-embedding-ada-002 to text-embedding-3-small

- Updated model name to text-embedding-3-small across all infrastructure, scripts, and documentation
- Changed model version from '2' to '1' for text-embedding-3-small compatibility
- Updated 13 files including bicep templates, notebooks, shell scripts, and markdown docs
- Maintained vector dimensions at 1536 (compatible with both models)

* Update RBAC role name in Deployment Guide

* feat: add RG_TAGS to environment variables and use in resource group creation

* feat: add scheduled trigger for deployment workflow

* fix: update dependencies for flatted and node-forge, and adjust picomatch overrides

* fix: add package overrides for d3-color, nth-check, flatted, node-forge, and others

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Remove unused output for existing AI project resource ID and update template hash in main.json

* Refactor code structure for improved readability and maintainability

* Refactor Azure resource identifiers in workflows and documentation

- Updated workflow files to rename inputs for existing Log Analytics Workspace ID and AI Project Resource ID for clarity and consistency.
- Modified validation scripts to reflect the new input names.
- Adjusted environment variable settings in scripts to use the updated identifiers.
- Revised documentation to align with the new naming conventions for Azure resources.

* refactor: rename log analytics workspace ID variable to existing_log_analytics_workspace_rid across workflows and documentation

* Revert "refactor: rename log analytics workspace ID variable to existing_log_analytics_workspace_rid across workflows and documentation"

This reverts commit 8f52f18.

* refactor: update Azure Dev workflow and add template validation workflow

* refactor: standardize environment variable names in workflows

* refactor: append GitHub run ID to AZURE_ENV_NAME in workflows

* refactor: remove GitHub run ID from AZURE_ENV_NAME in workflows

* refactor: append GitHub run number to AZURE_ENV_NAME in workflows

* refactor: update environment variable handling in workflows to include timestamp

* fix: remove axios dependency from package.json and package-lock.json

* Update .github/workflows/job-azure-deploy.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* add Bicep parameter validation workflow and script

* remove push trigger from validate-bicep-params workflow and refine notification conditions

* include validate_bicep_params.py in workflow paths

* Filter the paths to run the pipeline

* Update README with SFI deployment note

Added note about SFI issues during deployment.

* Refactor deployment notes in README.md

Removed duplicate note about SFI issues and ensured clarity in deployment instructions.

* Update Deployment Guide with SFI issues note

Added a note regarding SFI issues during deployment and WAF support.

* Update DeploymentGuide.md

* Update SFI issues note for deployment instructions

* Update DeploymentGuide.md

* Update README.md

* Update DeploymentGuide.md

* commit

* Update README.md

* Update DeploymentGuide.md

* Update README.md

* Update DeploymentGuide.md

* Fix link in Deployment Guide note section

* fix: add bicep version requirement (>= 0.33.0) to azure.yaml

* commit

* commit

* Update azure.yaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* commit

* commit

* commit

* Revert "refactor: Reafctor CKM UI"

* chore(deps): bump pypdf in /infra/scripts/index_scripts

Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.10.1.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.6.2...6.10.1)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.10.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Teja Sri Munnangi (Persistent Systems Inc) <v-temunnangi@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Pavan-Microsoft <v-kupavan@microsoft.com>
Co-authored-by: Prachig-Microsoft <v-prachig@microsoft.com>
Co-authored-by: Thanusree-Microsoft <168087422+Thanusree-Microsoft@users.noreply.github.com>
Co-authored-by: Vamshi-Microsoft <v-vamolla@microsoft.com>
Co-authored-by: Avijit-Microsoft <v-aghorui@microsoft.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Co-authored-by: Dhanushree-Microsoft <v-dhmoharana@microsoft.com>
Co-authored-by: Harsh-Microsoft <v-hbangera@microsoft.com>
Co-authored-by: Prekshith D J (Persistent Systems Inc) <v-pdj@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>
Co-authored-by: Roopan-Microsoft <v-roopanpm@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#873)

* commit psl

* commit

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Refactor Azure OpenAI configuration and remove deprecated parameters

- Updated main.parameters.json and main.waf.parameters.json to replace old Azure OpenAI parameters with new environment variables.
- Modified main_custom.bicep to remove unused Azure OpenAI API version and adjust output variables accordingly.
- Refactored process_custom_data.sh and process_sample_data.sh scripts to use new environment variable names for embedding model and deployment model.
- Removed Azure OpenAI related configurations from .env.sample and config.py.
- Deleted azure_openai_helper.py and chat_helper.py as they are no longer needed.
- Updated tests to reflect changes in Azure OpenAI configuration and removed tests for deleted helper functions.

* Refactor Azure environment variable names for consistency and clarity

- Changed `AZURE_ENV_OPENAI_LOCATION` to `AZURE_ENV_AI_SERVICE_LOCATION` across multiple workflow files for better alignment with service naming.
- Updated validation and usage references in deployment workflows to reflect the new variable names.
- Modified documentation to reflect changes in environment variable names.
- Adjusted Bicep and JSON templates to use the new variable names for image tags and use cases.
- Ensured all scripts and automation processes reference the updated variable names for seamless integration.

* fix: correct conditional logic for EXP parameter enabling in deployment script

* fix: update environment variable name for existing AI project resource ID

* Update embedding model from text-embedding-ada-002 to text-embedding-3-small

- Updated model name to text-embedding-3-small across all infrastructure, scripts, and documentation
- Changed model version from '2' to '1' for text-embedding-3-small compatibility
- Updated 13 files including bicep templates, notebooks, shell scripts, and markdown docs
- Maintained vector dimensions at 1536 (compatible with both models)

* Update RBAC role name in Deployment Guide

* feat: add RG_TAGS to environment variables and use in resource group creation

* feat: add scheduled trigger for deployment workflow

* fix: update dependencies for flatted and node-forge, and adjust picomatch overrides

* fix: add package overrides for d3-color, nth-check, flatted, node-forge, and others

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Remove unused output for existing AI project resource ID and update template hash in main.json

* Refactor code structure for improved readability and maintainability

* Refactor Azure resource identifiers in workflows and documentation

- Updated workflow files to rename inputs for existing Log Analytics Workspace ID and AI Project Resource ID for clarity and consistency.
- Modified validation scripts to reflect the new input names.
- Adjusted environment variable settings in scripts to use the updated identifiers.
- Revised documentation to align with the new naming conventions for Azure resources.

* refactor: rename log analytics workspace ID variable to existing_log_analytics_workspace_rid across workflows and documentation

* Revert "refactor: rename log analytics workspace ID variable to existing_log_analytics_workspace_rid across workflows and documentation"

This reverts commit 8f52f18.

* refactor: update Azure Dev workflow and add template validation workflow

* refactor: standardize environment variable names in workflows

* refactor: append GitHub run ID to AZURE_ENV_NAME in workflows

* refactor: remove GitHub run ID from AZURE_ENV_NAME in workflows

* refactor: append GitHub run number to AZURE_ENV_NAME in workflows

* refactor: update environment variable handling in workflows to include timestamp

* fix: remove axios dependency from package.json and package-lock.json

* Update .github/workflows/job-azure-deploy.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* add Bicep parameter validation workflow and script

* remove push trigger from validate-bicep-params workflow and refine notification conditions

* include validate_bicep_params.py in workflow paths

* Filter the paths to run the pipeline

* Update README with SFI deployment note

Added note about SFI issues during deployment.

* Refactor deployment notes in README.md

Removed duplicate note about SFI issues and ensured clarity in deployment instructions.

* Update Deployment Guide with SFI issues note

Added a note regarding SFI issues during deployment and WAF support.

* Update DeploymentGuide.md

* Update SFI issues note for deployment instructions

* Update DeploymentGuide.md

* Update README.md

* Update DeploymentGuide.md

* commit

* Update README.md

* Update DeploymentGuide.md

* Update README.md

* Update DeploymentGuide.md

* Fix link in Deployment Guide note section

* fix: add bicep version requirement (>= 0.33.0) to azure.yaml

* commit

* commit

* Update azure.yaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* commit

* commit

* commit

* Revert "refactor: Reafctor CKM UI"

* chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /src/App

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Teja Sri Munnangi (Persistent Systems Inc) <v-temunnangi@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Pavan-Microsoft <v-kupavan@microsoft.com>
Co-authored-by: Prachig-Microsoft <v-prachig@microsoft.com>
Co-authored-by: Thanusree-Microsoft <168087422+Thanusree-Microsoft@users.noreply.github.com>
Co-authored-by: Vamshi-Microsoft <v-vamolla@microsoft.com>
Co-authored-by: Avijit-Microsoft <v-aghorui@microsoft.com>
Co-authored-by: Roopan-Microsoft <168007406+Roopan-Microsoft@users.noreply.github.com>
Co-authored-by: Dhanushree-Microsoft <v-dhmoharana@microsoft.com>
Co-authored-by: Harsh-Microsoft <v-hbangera@microsoft.com>
Co-authored-by: Prekshith D J (Persistent Systems Inc) <v-pdj@microsoft.com>
Co-authored-by: Prajwal-Microsoft <v-dcprajwal@microsoft.com>
Co-authored-by: Roopan-Microsoft <v-roopanpm@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: dev to main - Refactor Azure workflows and add Bicep parameter validation
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.6.2 to 6.10.2.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@6.6.2...6.10.2)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.10.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@AjitPadhi-Microsoft AjitPadhi-Microsoft changed the title PSL-US-40568: Update dependencies fix: Update dependencies Apr 20, 2026
@AjitPadhi-Microsoft AjitPadhi-Microsoft changed the base branch from dependabotchanges to dev April 21, 2026 05:19
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 21, 2026

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL130514788% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
163 0 💤 0 ❌ 0 🔥 6.452s ⏱️

@Roopan-Microsoft Roopan-Microsoft merged commit 0fefa51 into dev Apr 21, 2026
4 checks passed
@AjitPadhi-Microsoft AjitPadhi-Microsoft deleted the PSL-US-40568 branch April 22, 2026 12:06
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 3.22.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants